翻訳と辞書
Words near each other
・ Designer Depot
・ Designer drug
・ Designer Guild Ltd v Russell Williams (Textiles) Ltd
・ Designer Guys
・ Designer label
・ Designer Music
・ Designer People
・ Designer stubble
・ Designer Superstar Challenge
・ Designer toy
・ Designer's World
・ Designers Against Aids
・ Designers Guild
・ Design Manual for Roads and Bridges
・ Design Manufacture Service
Design marker
・ Design Master Senshi Mangajukuu
・ Design matrix
・ Design methods
・ Design Miami
・ Design Museum
・ Design museum
・ Design Museum Gent
・ Design Museum Holon
・ Design Museum of Barcelona
・ Design Museum of the 20th Century
・ Design Museum of Thessaloniki
・ Design Museum, Helsinki
・ Design New Haven
・ Design News


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Design marker : ウィキペディア英語版
Design marker
In software engineering, a design marker is a technique of documenting ''design choices'' in source code using the Marker Interface pattern. Marker interfaces have traditionally been limited to those interfaces intended for explicit, runtime verification (normally via ''instanceof''). A design marker is a marker interface used to document a design choice. In Java programs the design choice is documented in the marker interface's Javadoc documentation.
Many choices made at software design time cannot be directly expressed in today's implementation languages like C# and Java. These design choices (known by names like Design Pattern, Design Contract, Refactoring, (Effective Programming Idioms ), (Blueprints ), etc.) must be implemented via programming and naming conventions, because they go beyond the built-in functionality of production programming languages. The consequences of this limitation conspire over time to erode design investments as well as to promote a false segregation between the designer and implementer mindsets.
Two independent proposals recognize these problems and give the same basic strategies for tackling them. Until now, the budding Explicit Programming movement has been linked to the use of an experimental Java research tool called ELIDE. The Design Markers technique requires only standard Javadoc-like tools to garner many of the benefits of ''Explicit Programming''.
== External links ==

* (Design Markers: Explicit Programming for the rest of us )
* (Design Markers home page )
* (Explicit Programming manifesto )

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Design marker」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.